home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global UPG, SOND, BLUESCORE, REDSCORE
- if SOND = 0 then
- puppetSound("SCLICK")
- end if
- if UPG = 0 then
- go("NOL")
- end if
- if (UPG = 1) and ((BLUESCORE + REDSCORE) = 0) then
- go("LENGTH")
- end if
- if (UPG = 1) and ((BLUESCORE + REDSCORE) <> 0) then
- puppetSound(0)
- puppetSound("BOING")
- end if
- if (UPG = 1) and ((BLUESCORE + REDSCORE) <> 0) then
- go("GST")
- end if
- end
-